You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > CopyToArray Method > VectorInt.CopyToArray Method (byte[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.CopyToArray Method (byte[])

Copies values from the calling object to the Dst array and converts data to 1 byte unsigned integer numbers.

Syntax
C#
Visual Basic
public TMtxVecInt CopyToArray(ref byte[] Dst);

Values exceeding the range of 1 byte unsigned integer type are clipped.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!